Telegram Group & Telegram Channel
Рассмотрим следующую схему:

STUDENTS(student_code, first_name, last_name, email,
phone_no, date_of_birth, honours_subject, percentage_of_marks);

Какой из запросов покажет имена студентов у которых основной предмет (honorous_subect) — English и процент оценок (percentage_of_marks) больше 80 или имена студентов, у которых основной предмет Spanish и процент оценок больше 80?

1️⃣ select first_name, last name from students where (honours_subject = “English” or honours_subject = “Spanish” ) and percentage_of_marks > 80;
2️⃣ select first_name, last name from students where honours_subject = “English” or honours_subject = “Spanish” and percentage_of_marks > 80;
3️⃣ select first_name, last name from students where (honours_subject = “English” or honours_subject = “Spanish” and percentage_of_marks > 80);
4️⃣ select first_name, last name from students where (honours_subject = “English”) or honours_subject = “Spanish” and percentage_of_marks > 80;

Ответить на вопрос можно ниже ⬇️



tg-me.com/sql_for_qa/7
Create:
Last Update:

Рассмотрим следующую схему:

STUDENTS(student_code, first_name, last_name, email,
phone_no, date_of_birth, honours_subject, percentage_of_marks);

Какой из запросов покажет имена студентов у которых основной предмет (honorous_subect) — English и процент оценок (percentage_of_marks) больше 80 или имена студентов, у которых основной предмет Spanish и процент оценок больше 80?

1️⃣ select first_name, last name from students where (honours_subject = “English” or honours_subject = “Spanish” ) and percentage_of_marks > 80;
2️⃣ select first_name, last name from students where honours_subject = “English” or honours_subject = “Spanish” and percentage_of_marks > 80;
3️⃣ select first_name, last name from students where (honours_subject = “English” or honours_subject = “Spanish” and percentage_of_marks > 80);
4️⃣ select first_name, last name from students where (honours_subject = “English”) or honours_subject = “Spanish” and percentage_of_marks > 80;

Ответить на вопрос можно ниже ⬇️

BY SQL для тестировщика


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/sql_for_qa/7

View MORE
Open in Telegram


SQL для тестировщика Telegram | DID YOU KNOW?

Date: |

The S&P 500 slumped 1.8% on Monday and Tuesday, thanks to China Evergrande, the Chinese property company that looks like it is ready to default on its more-than $300 billion in debt. Cries of the next Lehman Brothers—or maybe the next Silverado?—echoed through the canyons of Wall Street as investors prepared for the worst.

SQL для тестировщика from id


Telegram SQL для тестировщика
FROM USA